@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {

    font-family: 'Plus Jakarta Sans', sans-serif;
}

.top-bar {
    background: #c10b0b;
    padding: 7px 0px;
}

h3.welcm-txt {
    margin-bottom: 0px;
    color: #727272;
    font-size: 0.9rem;
    font-weight: 400;
}

.top-bar p {
    margin-bottom: 0px;
}

ul.top-act {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: end;
    list-style: none;
}


ul.top-act li a {
    /* background: #000; */
    padding: 0px 5px;
    /* margin: 0px 4px; */
    display: block;
    color: #fff;
    font-size: 13px;

    font-weight: 500;
    border-radius: 0px;

    line-height: 0px;
}

ul.top-act li a i {
    font-size: 18px;
    color: #fff;
}

ul.top-act li {
    border-right: 0px solid #565656;
}

ul.top-act li:last-child {
    border-right: 0px solid #565656;
}

.top-info {
    display: flex;
    list-style: none;
    margin-bottom: 0px;
    padding-left: 0px;
}

ul.top-info li a {
    font-size: 13px;
    font-weight: 500;
    color: white;
}

ul.top-info li a:hover {
    color: #fff;
    text-decoration: none;
}

ul.top-info li a i {
    color: white;
    font-size: 16px;
}

ul.top-info li:first-child {
    margin-right: 19px;
}

a.navbar-brand img {
    width: 220px;

}

.navbar {
    background: #000 !important;
}

ul.header-right {
    list-style: none;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    justify-content: flex-end;
    align-items: center;
}

ul.header-right li:last-child {
    border: none;
    padding-right: 0px;
}

ul.header-right li {
    padding: 0px 8px;
    border-right: 1px solid #ddd;
}


.header-blue-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    text-align: center;
    line-height: 1;
    color:white !important;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    border-radius: 59px;
    border: 0px solid #247801;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: #c10b0b;
    padding: 0px 28px;
    height: 45px;
    color: #222;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    margin: 0px 10px;
}

.header-blue-btn:hover {
    color: #222;
    background-color: #fff;
    transform: translateY(-3px);
    -webkit-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
    box-shadow: 0 7px 21px rgba(0, 0, 0, 0.15);
    text-decoration: none;
}

a.cart-btn {
    /* width: 50px; */
    /* height: 45px; */
    line-height: 45px;
    /* background: #247801; */
    display: block;
    text-align: center;
    font-size: 30px;
    border-radius: 4px;
    color: #247801;
    position: relative;
}

a.cart-btn span {
    color: #222;
    position: absolute;
    top: -2px;
    background: #c10b0b;
    padding: 0px;
    line-height: 18px;
    width: 20px;
    height: 20px;
    font-size: 13px;
    border-radius: 100%;
    font-weight: 700;
    border: 1px solid;
    right: -6px;
    text-align: center;
}

.register-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    text-align: center;
    line-height: 1;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.2;
    border-radius: 4px;
    border: 1px solid #3458ca;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: #ffffff;
    padding: 0px 30px;
    height: 50px;
    color: #3458ca;
    font-weight: 400;
}


.register-btn:hover {

    transform: translateY(-3px);
    -webkit-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
    box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
    text-decoration: none;
}


ul.header-right li a {
    display: flex;
    text-align: left;
}

ul.header-right li a:hover {
    text-decoration: none;
}

.cart-text h3 small {
    font-size: 0.7rem;
    color: #000;
}

.cart-text h3 {
    font-size: 0.86rem;
    color: #000;
    margin-bottom: 0px;
}



ul.header-right li a i {
    font-size: 2.3rem;
    color: #fff;
}

.main-bg {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    padding: 0px 0px;
    /* background: radial-gradient(circle farthest-side, #ffffff, #e2f2e2); */
}

.search form input {
    width: 100%;
    padding: 0px 19px;
    height: 47px;
    border-radius: 4px;
    border: 0px solid #a5a2a2 !important;
    background: #f5f5f5;
    border: none;
    font-size: 0.9rem;
}

.search form {
    display: flex;
    position: relative;
}


.search form button {
    position: absolute;
    right: 8px;
    background: transparent;
    color: white;
    border: none;
    /* width: 40px; */
    /* height: 40px; */
    line-height: 40px;
    font-size: 1.4rem;
    transform: rotate(268deg);
    top: 2px;
}

.main-menu {
    border-top: 1px solid #373636;
}

.banner-section {
    background-image: url(img/bg-wall.webp);
    height: 590px;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    background-size: cover;
}


.banner-txt {

    position: absolute;
    top: 28%;
    height: fit-content;
    width: 55%;

    text-align: center;
    margin: 0px auto;
}

.banner-txt h5 {
    font-size: 4rem;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
}


.banner-txt a {
    background: #c10b0b;
    color: #222;
    padding: 12px 30px;
    border-radius: 54px;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    display: inline-block;
}

.category-txt {
    position: absolute;
    bottom: 50px;
    padding: 36px;
    padding-bottom: 0px;
}

.category-img {
    border-right: 1px solid #fff;


}

.category-img img {
    transition: transform .2s;
}

.category-img img:hover {
    display: none;


}

.banner-text {
    text-align: left;
    position: relative;
    top: 0%;
    left: 0px;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
}

.banner-text h1 {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 0px;
}

.banner-text h1 span {
    font-weight: 700;
}

.banner-text p {
    color: white;
    font-size: 15px;
    margin: 10px 0px;
    padding: 0px 0px;
}

.banner-action {
    display: flex;
    list-style: none;
    padding-left: 0px;
    justify-content: flex-start;
}

.banner-img {
    height: auto !important;
}

.banner-img img {

    height: 100%;
    position: relative;

}

.sec-head {
    font-size: 45px !important;
    margin-bottom: 10px !important;
}

.about-part {
    position: relative;
    background: #fff;
}

.about-bg {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50%;
    background: #fff;
    height: 100%;
}

.about-bg2 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 25%;
    background: #c10b0b;
    height: 80%;
}

.banner-img::after {
    /* content: '';
position: absolute;
width: 100%;
height: 100%;
background-color: #0000008b;
left: 0;
top: 0; */
}

.#c10b0b-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    text-align: center;
    line-height: 1;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.2;
    border-radius: 0px;
    border: 1px solid transparent;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: #328321;
    padding: 1px 30px;
    height: 50px;
    color: #fff;
    font-weight: 400;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    margin: 0px 10px;
    width: fit-content;
    margin: 20px auto;
    margin-right: 10px;

}

.#c10b0b-btn:hover {
    text-decoration: none;
    color: #fff;
    background-color: #000;
    transform: translateY(-3px);
}

.white-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    text-align: center;
    line-height: 1;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.2;
    border-radius: 0px;
    border: 1px solid #328321;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: #FFF;
    padding: 1px 30px;
    height: 50px;
    color: #328321;
    font-weight: 400;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    margin: 0px 10px;
    width: fit-content;
    margin: 20px auto;

}

.white-btn:hover {
    text-decoration: none;
    color: #fff;
    transform: translateY(-3px);
    background-color: #328321;
}



.banner-section:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(5, 16, 54, 0.5) 0%, #051036 72.43%);
    opacity: 0.8;
}


.banner-text h3 {
    /* background: #fff; */
    width: fit-content;
    margin: 12px 0px;
    padding: 6px 0px;
    font-size: 16px;
    border-radius: 0px;
    color: white;
    border-bottom: 2px solid white;
    text-transform: uppercase;
    letter-spacing: 2px;
}

form.search-box {
    background: #fff;
    width: 100%;
    padding: 18px;
    margin: 20px 0px;
    display: flex;
}


form.search-box input {
    width: 100%;
    padding: 15px 20px;
    border-right: 0px;
    border: 1px solid #eee;
}

form.search-box button {
    width: 160px;
    border: none;
    background: #3458ca;
    color: #fff;
}

form.search-box button:hover {
    background: #2d4eb6;
}

.about-content h1 {
    font-size: 33px;
    color: #222;
    font-weight: 800;
    /* text-transform: uppercase; */
}

.about-content h3 {
    font-size: 21px;
    margin: 0px 0px 9px 0px;
    color: white;
}


.section {
    padding: 60px 0px;
}

.title-bar {

    align-items: center;
}

.part-title p {
    margin-bottom: 0px;
}

a.view-btn {
    background: #c10b0b;
    color: #222;
    padding: 7px 19px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 22px 40px rgb(154 150 150 / 15%);
    color:white;
}

a.view-btn:hover {
    color: #222;
    background-color: #fff;
    text-decoration: none;
}


.view-more a {
    /* width: 141px; */
    /* background: #dde7ff; */
    display: block;
    text-align: center;
    padding: 0px 0px;
    /* border-radius: 4px; */
    font-size: 15px;
    font-weight: 500;
    border-bottom: 2px solid;
}

.view-more a:hover {
    text-decoration: none;
}

.part-title {
    text-align: left;
}

.part-title h5 {
    border-bottom: 2px solid #c10b0b;
    color: #fff;
    width: fit-content;
    padding: 6px 0px;
    line-height: 22px;
    font-size: 15px;
    border-radius: 0px;
    margin-bottom: 10px;
}

.part-title h3 {
    font-size: 34px;
    font-weight: 600;
    line-height: 50px;
    color: #fff;
}

.about-content {
    padding: 0px 20px;
}

.about-content p {
    font-size: 15px;
    line-height: 26px;
    color: black;
    text-align: justify;
}

.about-content a {
    background-color: #c10b0b;
    color: #fff;
    margin-bottom: 0px;
}

.about-content ul {
    list-style: none;
    padding-left: 26px;
}

.about-content ul li {
    font-size: 15px;
    line-height: 26px;
    color: #fff;
    position: relative;
    margin-bottom: 5px;
}


.about-content ul li:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background: #eee;
    top: 7px;
    left: -24px;
    border-radius: 29px;
}


.about-img {
    width: 100%;
    /* height: 500px; */

    display: flex;
    justify-content: center;

    margin: 50px 0px;
    /* box-shadow: rgb(52 175 11 / 52%) 8px 2px, rgb(77 240 46 / 76%) 0px 0px, rgb(76 240 46 / 37%) 0px 9px, rgb(47 240 46 / 59%) 0px 0px, rgb(46 240 102 / 43%) 0px 0px; */
}




.empty-space {
    height: 40px;
}

.products {
    padding: 60px 0px;
    background: #000;

}




.why-us {
    background: #f3edeb url(assets/img/bg.png);
    padding: 60px 0px;
    background-repeat: no-repeat;
    background-position: center center;
}

.product-box {
    background: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 10px;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    /* box-shadow: 0 22px 40px rgb(154 150 150 / 15%); */
    position: relative;
    
    /*border: 3px solid #c10b0b;*/
}

.product-box:hover {
    transform: translateY(-3px);
    -webkit-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
    box-shadow: 0 22px 40px rgb(225 225 225 / 15%);
}

.fact-box {
    background: #fff;
    padding: 30px 0px;
    border-radius: 9px;
    /* border: 1px solid #328321; */
}


.fact-box i {
    color: #c10b0b;
    font-size: 2.4rem;
    margin-bottom: 6px;
}



.p-label {
    position: absolute;
    left: 0;
    background: green;
    color: #fff;
    padding: 4px 12px;
    font-size: 13px;
    border-radius: 0px;
    left: 14px;
}

.product-box img {
    border-radius: 0px;
    width: 100%;
    margin-bottom: 5px;

}

.cart-area ul {
    padding-left: 0px;
    list-style: none;
    display: flex;
    justify-content: center;
}

.cart-area ul li a {
    background: white;
    padding: 9px 21px;
    margin: 0px 3px;
    border-radius: 41px;
    color: #fff;
    font-size: 13px;
    border: 1px solid #247600;
    color: #247600;
}

.cart-area ul li:last-child>a {
    background-color: #247600;
    color: #fff;
}

.cart-area ul li a:hover {
    text-decoration: none;
}

.cart-area {
    justify-content: center;
    display: flex;
    margin: 0px auto;
    width: 100%;
    left: 0;
    height: fit-content;
}
.red-btn {
      display: flex;
      align-items: center;
      justify-content: center;
      vertical-align: middle;
      text-align: center;
      line-height: 1;
      font-weight: 500;
      font-size: 15px;
      line-height: 1.2;
      border-radius: 0px;
      border: 1px solid transparent;
      transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
      background-color: #328321;
      padding: 1px 30px;
      height: 50px;
      color: #fff;
      font-weight: 400;
      -webkit-transition-duration: 0.2s;
      -moz-transition-duration: 0.2s;
      -o-transition-duration: 0.2s;
      transition-duration: 0.2s;
      margin: 0px 10px;
      width: fit-content;
      margin: 20px auto;
      margin-right: 10px;

  }

.product-content {
    /* background: #fff; */
    padding: 6px 14px;
    border-radius: 0px;
    margin: 6px 0px;
    /* border-top: 1px solid #222; */
    /* padding-bottom: 0px; */
    margin-bottom: 0px;
    background: #222;
    padding-right: 6px;
    border-radius: 5px;
}



.product-content h3 {
    margin-bottom: 0px;
}

.product-content h3 a {
    padding-bottom: 0px;
}

.ratings i {
    color: #247600;
    /* line-height: 65px; */
    border-radius: 100%;
    font-size: 30px;
    /* margin-bottom: 11px; */
    font-size: 14px;
    margin-right: 2px;
}



.product-box h3 a {
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 0px;
    width: 100%;
    display: block;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-box h3 a:hover {
    color: #c10b0b;
    text-decoration: none;
}

.product-box h3 a i {
    background: #c10b0b;
    color: #fff;
    padding: 5px 5px;
    border-radius: 4px;
}

.product-box p {
    margin-bottom: 0px;
    padding: 0px 0px;
    line-height: 22px;
    margin-top: 3px;
    font-size: 14px;
    color: #727272;
    text-align: left;
}

ul.ratings {
    list-style: none;
    padding-left: 0;
    display: flex;
    margin: 4px 0px;
}

.price-tab {
    display: flex;
    align-items: center;
}

.main-price {
    font-size: 13px;
    font-weight: 500;
    color: #c10b0b;
    margin-right: 7px;
}

.sale-price {
    font-size: 16px;
    font-weight: 500;
}

.section.news-area {
    background: #f4fbf4;
}


.why-box {
    display: flex;
    margin-bottom: 20px;
    border-bottom: 1px solid #f5f5f5;
}

.why-box:last-child {


    border-bottom: 0px dashed #eee;
}


.icon-box i {
    width: 50px;
    height: 50px;
    background: #ffecf0;
    line-height: 50px;
    color: #e20c35;
    text-align: center;
    font-size: 26px;
    border-radius: 100%;
    margin-right: 17px;
}

.why-content h3 {
    margin: 0px;
    font-size: 17px;
    margin-bottom: 5px;
}

.testimonials {
    background: #f4edeb;
    padding: 80px 0px;
    position: relative;
}

.testimonials:before {
    content: '';
    left: 0;
    top: 0;
    position: absolute;
    background-image: url(img/shape.png);

}

.test-title h3 {
    font-size: 2.3rem;
    font-weight: 600;
    color: #e20c35;
    text-align: center;
}

.test-title {
    text-align: center;
    margin-bottom: 30px;
}


.test-title h3 span {
    color: #e20c35;
}

.testimoni-box {
    background: #fff;
    padding: 30px 14px;
}


.testimoni-box img {
    width: 90px;
    border-radius: 100%;
    margin: 20px 0px;
}

.testimoni-box h5 {
    font-size: 21px;
    color: #305ebc;
}

ul.star-ratings {
    display: flex;
    list-style: none;
    margin: 0px auto;
    padding-left: 0px;
    justify-content: center;
}

ul.star-ratings li {
    margin: 0px 1px;
    color: #ffa600;
}

.testimoni-box p {
    width: 85%;
    margin: 0px auto;
    color: #666;
    font-size: 15px;
    line-height: 25px;
    margin-top: 10px;
}

.testimonail-btn {
    width: 50px;
    height: 50px;
    border: 1px solid;
    background: #e20c35;
    opacity: 1;
    border-radius: 0px;
}


.testi-nav .carousel-control-prev {
    top: 50%
}


.testi-nav .carousel-control-next {
    top: 50%
}


/* .news-img:before {
content: '';
position: absolute;
width: 100%;
height: 100%;
background: -webkit-linear-gradient(90deg, #121315 0%, rgba(18, 19, 21, 0) 100%);
} */

.news-img {
    position: relative;
}

.news-box {
    position: relative;
    box-shadow: 0 22px 40px rgb(154 150 150 / 15%);
}

.blog-content {
    background-color: #fff;
    padding: 20px 30px;
}

.box-content {

    bottom: 20px;
    right: 20px;
    left: 20px;
}


.blog-date {
    position: absolute;
    top: 30px;
    right: 17px;
    background-color: #247600;
    padding: 13px 15px 8px;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.blog-content h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-top: 10px;
    padding-bottom: 15px;
    margin-bottom: 4px;
    border-bottom: 1px solid #f5f5f5;
}

.blog-content h3 a {
    color: white;
}

.blog-content h3 a:hover {
    color: #247600;
    text-decoration: none;
}

.blog-date p {
    margin-bottom: 0px;
    color: #fff;
    font-size: 14px;
}

.blog-date p span {
    font-weight: 700;
}

.blog-comnt-arrow {
    display: flex;
    justify-content: space-between;
    margin-top: 0px;
    align-items: center;
}

.blog-arrow a {
    background: #fff;
    display: block;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    color: #247600;
    font-weight: 500;
}

.blog-arrow a i {
    color: #247600;
    margin-left: 2px;
}

.tag {
    position: relative;
    display: inline-block;
    background-color: #f4fbf4;
    padding: 5px 13px;
    border-radius: 4px;
}

.tag p {
    margin-bottom: 0;
    color: #247600;
    font-size: 12px;
}

.comnt-box {
    color: #fff;
    font-size: 14px;
}

.comnt-box i {
    color: #e20c35;
    font-size: 18px;
    margin-right: 3px;
}

.clients .carousel-caption {
    position: relative;
    left: 0;
    padding-bottom: 0px;
}

.clients .carousel-item::before {
    display: none !important;
}

ul.client-base {
    display: flex;
    list-style: none;
    padding-left: 0px;
}


.faq-part .accordion-button {
    font-size: 14px;
    padding: 16px 20px;

    font-weight: 500;
    margin-bottom: 10px;
}

.accordion-item {
    background-color: #fff;
    border: 0px solid rgba(0, 0, 0, .125);
}

.accordion-button:not(.collapsed) {
    color: white;
    background-color: #e7f1ff;
    /* box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125); */
    font-size: 22px;
    border: 0px;
    border-radius: 10px;
}

.call-action {
    width: 100%;
    display: flex;
    justify-content: space-between;
    background: #c10b0b;
    padding: 30px 20px;
    border-radius: 10px;
    align-items: center;
    margin: 0px 0px;

}

.call-content h3 {
    font-size: 32px;
    color: #222;
    margin-bottom: 0px;
}

.call-action p {
    color: #fff;
    margin-bottom: 0px;
    font-size: 15px;
}

.call-action a {
    background: #222;
    padding: 13px 30px;
    color: #fff;
    border-radius: 53px;
}

.call-action a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}




footer {
  background-color: #000;
  padding: 60px 0px;
  padding-bottom: 0;
  border-top: 4px solid #c10b0b;
}

ul.f-menu {
    padding-left: 0px;
    list-style: none;
}

ul.f-menu li a {
    font-size: 14px;
    width: 100%;
    color: #fff;
    font-weight: 400;
    margin-bottom: 12px;
    display: block;
}

.footer-widget h3 {
    margin-bottom: 18px;
    font-size: 18px;
    color: #ff071d;
}

.footer-widget p {
    font-size: 14px;
    color: #fff;
    margin-top: 18px;
    line-height: 25px;
}

ul.contact-info {

    list-style: none;
    padding-left: 0;
}

ul.contact-info li {
    /* border: 1px solid #ffffff; */
    font-size: 15px;
    margin-bottom: 14px;
}


ul.social-media {
    display: flex;
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}

ul.contact-info li i {
    font-size: 8px;
    width: 30px;
    height: 30px;
    background: #e20c35;
    color: #fff;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    border-radius: 100%;
    margin-right: 10px;
}

ul.contact-info li a {
    text-decoration: none;
    color: #000;
    font-size: 23px;
    padding: 6px 0px;
    margin-top: 10px;
    display: block;
    font-weight: 500;
}


ul.social-media li a {
    width: 36px;
    height: 36px;
    background: #c10b0b;
    display: block;
    margin-right: 7px;
    text-align: center;
    line-height: 36px;
    font-size: 22px;
    border-radius: 4px;
    color: #222;
}

.footer-copyright {
    background: #000;
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    padding: 20px 0px;
    margin-top: 60px;
    border-top: 1px solid #272626;
}


.footer-copyright p {
    color: #969798;
    margin-bottom: 0px;
    text-align: center;
    font-size: 14px;
}



.breadcumb {
    width: 100%;
    padding: 80px 0px;
    background: #000 url('assets/img/breadcumb.png');
    border-radius: 10px;
    margin-bottom: 25px;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.breadcumb::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(5, 16, 54, 0.5) 0%, #051036 72.43%);
    top: 0;
    border-radius: 10px;
    opacity: 0.8;
}

.breadcumb-text {
    padding: 0px 80px;
}

.breadcumb-text h3 {
    color: #247801;
    font-size: 41px;
    font-weight: 600;
    text-transform: uppercase;
}


.breadcumb-text p {
    color: #fff;

}

.bread-nav {
    list-style: none;
    padding-left: 0px;
    display: flex;
}

.bread-nav li {
    color: #181717;
}

.bread-nav li a {
    color: #4b99ed;
    margin-right: 10px;
    position: relative;
    padding: 0px 7px 0px 0px;
}

.bread-nav li a:after {
    content: '/';
    left: 46px;
    position: absolute;
}


.section-about {
    padding: 80px 0px;
}


.about-img img {
    border-radius: 20px;
    padding: 0px;

}

.about-text h3 {
    color: #e20c35;
}

.about-text p {
    text-align: justify;
    font-size: 15px;
    font-weight: 400;
    color: #727272;
    margin: 18px 0px;
}

.total-fact {
    background-color: #e20c35;
}

.start-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    text-align: center;
    line-height: 1;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.2;
    border-radius: 4px;
    border: 1px solid #3458ca;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: #ffffff;
    padding: 0px 30px;
    height: 50px;
    color: #3458ca;
    font-weight: 400;
    width: fit-content;
}

.start-btn:hover {
    text-decoration: none;
    background: #3458ca;
    color: #fff;
}

.start-btn i {
    margin-left: 10px;
}


.facts {
    text-align: center;
    /* border: 1px solid #eee; */
    padding: 100px 0px;
    border-radius: 0px;
    background-image: url(img/paralax.webp);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}

.facts::before {
    content: '';
    position: absolute;
    background: linear-gradient(to top, #ffffff, #c10b0ba3);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fact-number {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 4px;
    color: #fff;
}

.facts p {
    margin-bottom: 0px;
    color: white;
    font-size: 0.9rem;
}

.detail-part {
    padding: 60px 0px;
}

.package-slide {

    box-shadow: 0 9px 18px rgba(0, 0, 0, 0.15);
    border-radius: 16px;
    margin-bottom: 20px;
}

.package-slide img {
    border-radius: 16px;
    /* box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15); */
}

.pack-breadcumb {
    background: #f5f5f5;
    padding: 14px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}

/* .pack-breadcumb::before
{
content:'';
position: absolute;
width: 100%;
height: 100%;
background: -webkit-linear-gradient(90deg, #121315 0%, rgba(18, 19, 21, 0) 100%);
top: 0;
left: 0;
} */

.pack-breadcumb .bread-nav {
    margin-bottom: 0px;
    justify-content: center;
}


.action-section {
    background: #c10b0b;
}



.pack-breadcumb .breadcumb-text {
    padding: 0;
}

.pack-nav li {
    margin-right: 21px !important;
    position: relative;
    font-size: 14px;
}

.pack-nav li:last-child {
    margin-right: 0px !important;
}

.pack-nav li:last-child:after {
    display: none;
}

.pack-nav li:after {
    content: '>';
    position: absolute;
    right: -16px;
}

.detail-left h1 {
    font-size: 30px;
    margin-bottom: 4px;
    color: #051036;
}

.destination-overview h3 {
    font-size: 1.3rem;
    color: white;
}

.destination-overview p {
    font-size: 15px;
    color: #727272;
    line-height: 26px;
}

.destination-overview h5 {
    font-size: 1.1rem;
    margin-bottom: 10px;
    color: white;
}

.destination-overview ul {
    padding-left: 20px;
}

.destination-overview ul li {
    font-size: 15px;
    color: #727272;
    margin-bottom: 6px;
}



.destination-overview .table {
    border: 1px solid #eee;
}

.destination-overview .table tbody tr td ul li {
    font-size: 13px;
    color: #727272;
    line-height: 21px;
    margin-bottom: 15px;
    list-style: auto;
}

.destination-overview .table thead th {
    text-align: center;
}


.booking-form {
    box-shadow: 0px 10px 60px 0px #0510360D;
    border: 1px solid #dddddd;
    padding: 30px;
    border-radius: 10px;

}

.booking-form form input {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    color: #697488;
    font-size: 14px;
}


.booking-form form textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    color: #697488;
    font-size: 14px;
}

.booking-form form select {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    color: #697488;
    font-size: 14px;
}

.booking-form form button {
    background: #e20c35;
    width: 100%;
    padding: 13px 0px;
    color: #fff;
    border: 0px;
    border-radius: 4px;
}


.booking-form form h3 {
    text-align: center;
    font-size: 23px;
    margin-bottom: 7px;
    font-weight: 600;
    color: #e20c35;
}

.booking-form form p {
    text-align: center;
    color: #717171;
}

.day-wise {
    margin-top: 20px;
}

.day-wise .card {
    margin-bottom: 14px;
    border: 2px solid #305ebc;
    border-bottom: 2px solid #305ebc !important;
    border-radius: 6px !important;
    background: #fff !important;
}

.day-wise .card .card-header {
    background-color: #325bc3;
}


.day-wise .card .card-header button {
    padding: 0px 0px;
    font-weight: 500;
    color: #fff;
}

.review-box {
    margin-top: 23px;
    display: flex;
}

.user-box {
    margin-right: 14px;
    width: 140px;
}

.user-box img {
    border-radius: 100%;
}


.user-info h3 {
    font-size: 18px;
    color: white;
    margin-right: 10px;
}

ul.ratings-review {
    padding-left: 0px;
    list-style: none;
    display: flex;
    margin-bottom: 8px;
}

ul.ratings-review li {
    margin-right: 4px;
    color: #ffc900;
}

.user-comment p {
    font-size: 14px;
    margin-bottom: 0px;
}

.review-box {
    margin-top: 23px;
    display: flex;
    background: #f7f7f7;
    padding: 30px;

    border-radius: 10px;
}

.commnt-form {
    margin-top: 0px;
    border: 1px solid #eee;
    padding: 25px;
    background: #fff;
    border-radius: 10px;
}

form.commnt-form input {
    width: 100%;

    padding: 12px 16px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    color: #697488;
    font-size: 15px;
}

form.commnt-form textarea {
    width: 100%;
    height: 200px;
    padding: 12px 16px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    color: #697488;
    font-size: 15px;
}

form.commnt-form button {
    background: #328321;
    border: none;
    color: #fff;
    padding: 10px 32px;
    border-radius: 4px;
    font-size: 14px;
}

.contact-page {
    padding: 60px 0px;
    background: #fff;
}

.Contact-box-form {
    background: #c10b0b;
    padding: 40px;
    border-radius: 0px;
}

.Contact-box-form h2 {
    
    /*color: black;*/
    color:white;
}

.Contact-box-form p {
    /*color: black;*/
    color:white;
}

.Contact-box-form form input {
    width: 100% !important;
    background: #fff;
    border: 0px;
    border-bottom: 1px solid #f3e6e3;
    padding: 28px 16px;
    border-radius: 0px;
    margin-bottom: 16px;
}

.Contact-box-form form select {
    width: 100% !important;
    background: #fff;
    border: 0px;
    border-bottom: 1px solid #f3e6e3;
    padding: 16px 16px;
    border-radius: 0px;
    margin-bottom: 16px;
}


.Contact-box-form form textarea {
    width: 100% !important;
    background: #fff;
    border: 0px;
    border-bottom: 1px solid #f3e6e3;
    padding: 28px 16px;
    border-radius: 0px;
    margin-bottom: 16px;
    height: 130px;
    padding-top: 10px;
}

.Contact-box-form form button {
    width: 100%;
    padding: 16px 0px;
    background-color: black;
    border: 2px solid #c10b0b;
    color: #fff;
    font-weight: 600;
}

.Contact-box-form form button:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

ul.info-list {
    list-style: none;
    padding-left: 0px;
}

.info-list li {
    display: flex;
    margin-bottom: 25px;
}


.info-list li i {
    width: 40px;
    height: 40px;
    background: black;
    text-align: center;
    color: #fff;
    line-height: 40px;
    border-radius: 100%;
    font-size: 20px;
    margin-right: 11px;
}


.add-info p {
    margin-bottom: 0px;
    color: #727272;
}

ul.social-section {
    list-style: none;
    padding-left: 0px;
    display: flex;
}

ul.social-section li a {
    width: 40px;
    height: 40px;
    background-color: black;
    display: block;
    margin-right: 10px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    border-radius: 64px;
}

ul.social-section li a:hover {
    background-color: #3865d8;
}

.add-info p a {
    color: #232324;
    font-weight: 500;
}

.single-adderss-block {
    background: #fff;
    padding: 40px;
    box-shadow: 0px 10px 60px 0px #0510360D;
    border: 1px solid #eee;
}

.single-adderss-block h3 {
    font-size: 1.3rem;
}

.sign-up-box {
    background-color: #fff;
    box-shadow: 0px 10px 60px 0px #0510360D;

}

.sign-up-box h2 {
    color: #c10b0b;
    font-size: 22px;
    font-weight: 600;
}

.sign-up-box p {
    color: white;
}

.sign-up-box form input {
    border: 1px solid #eee;
    padding: 24px 16px;
    font-size: 14px;
}

.sign-up-box form textarea {
    border: 1px solid #eee;
    font-size: 14px;
}

.sign-up-box form button {
    background-color: #328321;
    color: #fff;
    margin-bottom: 10px;
}

.sign-up-box form button:hover {
    background-color: #328321;
    color: #fff;
    border-color: transparent;
}

.cart-page {
    margin: 40px 0px;
}

td.product-info img {
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 5px;
    margin-right: 11px;
}

.cart-page table tbody td {
    vertical-align: baseline;
    border-bottom: 1px solid #fafafa;
}

td.quantity input {
    width: 68px;
    height: 36px;
    padding: 8px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
}

.cart-page .table-responsive table thead {
    background: #328321;
    color: #fff;
    font-size: 14px;
    font-size: 16px;
}

a.action-btn {
    background: white;
    color: #fff;
    width: 36px;
    height: 36px;
    display: block;
    text-align: center;
    line-height: 36px;
    border-radius: 100px;
    font-size: 16px;
    /* border: 1px solid #000; */
}


.quantity {
    border: 1px solid #eee;
}

.cart-total h3 {
    /* background: #f8f8f8; */
    padding: 0px 0px;
    font-size: 20px;
    font-weight: 600;
    /* text-transform: uppercase; */
    color: white;
    margin-bottom: 10px !important;
    border-radius: 0px;
    border-bottom: 2px solid #f5f5f5;
    padding-bottom: 10px;
}

.cart-total ul {
    list-style: none;
    padding-left: 0px;
}

.cart-total ul li {
    border-bottom: 1px solid #eee;
    padding: 13px 0px;
    display: flex;
    justify-content: space-between;
    font-size: 0.9rem;
    font-weight: 600;
}

.cart-total ul li span {
    font-weight: 500;
    /* color: #555454; */
}

a.chekout-btn {
    background: #328321;
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    padding: 13px 0px;
    border-radius: 4px;

    margin-top: 18px;
}

a.chekout-btn:hover {
    text-decoration: none;
    background: #226a12;
}

.checkout-page {
    margin: 80px 0px;
}

.billing-info {
    background: #fff;
    box-shadow: 0 22px 40px rgb(154 150 150 / 15%);
    padding: 30px;
    border-radius: 10px;
}

.billing-info h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    color: white;
}

.billing-info form input {
    width: 100%;
    padding: 12px 16px;
    font-size: 15px;
    margin-bottom: 18px;
    border: 1px solid #eee;
    border-radius: 4px;
}

.billing-info form select {
    width: 100%;
    padding: 12px 16px;
    font-size: 15px;
    margin-bottom: 18px;
    border: 1px solid #eee;
    border-radius: 4px;
}

.billing-info form textarea {
    width: 100%;
    padding: 12px 16px;
    font-size: 15px;
    margin-bottom: 8px;
    border: 1px solid #eee;
    border-radius: 4px;
}

p.agree-box input {
    width: 29px;
    height: 13px;
}

.order-info {
    background: #f5f5f5;
    padding: 20px;
    border-radius: 10px;
}

.order-info h3 {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 20px;
}

.order-header {
    display: flex;
    justify-content: space-between;
    background: #fff;
    color: white;
    align-items: center;
    padding: 12px 14px;
    margin-bottom: 18px;
    border-radius: 9px;
}

.order-header h3 {
    margin-bottom: 0px;
    font-size: 17px;
    font-weight: 600;
}

.order-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding: 0px 0px;
}

.order-pack {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.order-pack img {
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 4px;
    margin-right: 12px;
    background: #fff;
}

.order-pack h3 {
    margin-bottom: 0px;
    font-size: 16px;
}

p.agree-box {
    font-size: 14px;
    margin-bottom: 0px;
}

.detail-page {
    margin: 60px 0px;
}

.detail-img {
    background-color: #fff;

}

.detail-img img {
    border: 1px solid #eee;
    border-radius: 10px;
    margin-bottom: 20px;
}

.big-price {
    font-size: 26px;
}

.img-show ul {
    list-style: none;
    padding-left: 0px;
    display: flex;
    justify-content: space-between;
}

.img-show ul li img {
    width: 100px;
    border: 1px solid #eee;
    border-radius: 10px;
}

.cart-row {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.cart-btn {
    margin-left: 12px;
}

.quantity input {
    width: 50px;
    padding: 8px 0px 8px 10px;
    border: 1px solid #eee;
    border-radius: 4px;
    margin-right: 10px;
}

.cart-btn a {
    background: #c10b0b;
    color: #222;
    padding: 11px 23px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}


.cart-btn a:hover {
    text-decoration: none;
}

.product-detail-content p {
    color: #727272;
    margin: 10px 0px;
    font-size: 0.96rem;
    text-align: justify;
    line-height: 26px;
}

.product-detail-content ul {
    padding-left: 20px;
}

.product-detail-content ul li {
    color: #727272;
    font-size: 15px;
    margin-bottom: 10px;
}

.share {
    display: flex;
    margin: 20px 0px;
    flex-direction: column;
}

.share ul {
    display: flex;
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}

.share ul li {
    margin-bottom: 0px;
}

.share ul li a {
    width: 40px;
    height: 40px;
    /* border: 1px solid; */
    background: white;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 40px;
    margin: 0px 4px;
    font-size: 18px;
    border-radius: 4px;
}

h3.re-ttitle {
    font-size: 23px;

}

.user-info {
    display: flex;
}

.reply-form {
    background: #fafafa;
    margin-top: 20px;
    display: inline-block;
    border: none;
    padding: 30px 36px;
}

.latest-box {
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 10px;
}

.latest-box h3 {
    font-size: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 0px;
}

.blog-box h4 {
    font-size: 17px;
}

.blog-box h4 a {
    color: #328321;
}

.blog-box p {
    font-size: 14px;
    color: #727272;
    line-height: 22px;
    margin-bottom: 5px;
}

a.read-link {
    font-size: 13px;
    text-decoration: none;
    color: #fff;
    background: #e2f2e3;
    color: #328321;
    padding: 6px 16px;
    display: block;
    margin-top: 9px;
    width: fit-content;
    font-weight: 500;
}

.blog-box {
    padding: 15px 0px;
    border-bottom: 1px solid #f5f2f2;
}

.blog-box:last-child {
    border: 0px;
}





.cart-box {
    border-bottom: 1px solid #f5f5f5;
    border-radius: 0px;
    display: flex;
    border-radius: 0px;
    align-items: center;
    justify-content: space-between;
    padding: 0px;
    background: transparent;
    padding: 16px 0px;
}

.cart-img-desc {
    display: flex;
    align-items: center;
    margin-right: 20px;
}


.cart-view {
    /* border: 1px solid #f5f5f5; */
    padding: 9px 16px;
    border-radius: 9px;
    background: #fff;
    box-shadow: 0 22px 40px rgb(154 150 150 / 15%);
}


.price {
    font-size: 0.9rem;
    font-weight: 600;
}

.prouct-name h3 {
    font-size: 0.94rem;
    margin-bottom: 3px;
    color: white;
    font-weight: 600;
}

.prouct-name p {
    margin-bottom: 0px;
    color: #8c8989;
    font-size: 0.84rem;
}


.cart-img-desc img {
    border: 1px solid #f4f4f4;
    box-shadow: 3px 5px 35px rgb(172 172 175 / 10%);
    border-radius: 10px;
    margin-right: 14px;
}

.cart-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: white;
    margin-bottom: 22px;
}

.cart-quantity input {
    /* width: 86px; */
    padding: 8px 13px;
    border: 0px solid #eee;
    background: #fff;
    color: #727272;
    border-radius: 4px;
    font-size: 0.9rem;
}


.quantity button {
    margin: 0px 4px;
    border: 0px;
}

.mobile-header {
    display: none;
}

.cart-total {
    box-shadow: 0 22px 40px rgb(154 150 150 / 15%);
    padding: 16px 16px;
    background: #fff;
    border-radius: 10px;
}


.product-detail-content h1 {
    font-size: 2rem;
    font-weight: 600;
}

.full-description h3 {
    font-size: 1.3rem;
    /* border-bottom: 1px solid #eee; */
    /* padding: 13px 16px; */
    font-weight: 600;
    /* background: #f5f5f5; */
    border-radius: 6px;
    margin-bottom: 20px;
}

.product-desc button {
    color: white;
    font-size: 0.96rem;
    font-weight: 500;
}

.desc-data {
    font-size: 0.94rem;
    color: white;
    line-height: 24px;
}


.carousel-item::before {
    content: '';
    position: absolute;
    /*background: linear-gradient(to bottom, #1615158c, #1615158c);*/

    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.enquiry-section {
    background-image: url(img/paralax.webp);
    ;
    padding: 80px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}

.enquiry-section::before {
    content: '';
    position: absolute;
    background: #0808085e;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.enquiry-form {
    background: #fff;
    float: left;
    width: 100%;
    padding: 40px 40px;
}


form.enquiry-form input {
    width: 100%;
    padding: 11px 12px;
    font-size: 0.9rem;
    border: 1px solid #222;
    border-radius: 4px;
}

form.enquiry-form select {
    width: 100%;
    padding: 11px 12px;
    font-size: 0.9rem;
    border: 1px solid #222;
    border-radius: 4px;
}

form.enquiry-form label {
    font-size: 0.9rem;
    font-weight: 500;
}


form.enquiry-form textarea {
    width: 100%;
    padding: 7px 12px;
    font-size: 0.9rem;
    border: 1px solid #222;
    border-radius: 4px;
    height: 100px;
}

form.enquiry-form button {
    background-color: #3458ca;
    color: #222;
}

form.enquiry-form button {
    background-color: #c10b0b;
    color: #222;
    margin: 0px auto;
    border: 1px solid #c10b0b;
    display: block;
    padding: 10px 40px;
    border-radius: 50px;
    width: 100%;
    font-weight: 500;
    text-transform: uppercase;
}

form.enquiry-form h3 {
    font-size: 2rem;
    font-weight: 600;
}

form.enquiry-form p {
    font-size: 0.9rem;
}


.product-img-page {
  width: 100%;
  height: 220px;
  overflow: hidden;
  display:flex;
  
}

.page-item.active .page-link {
  z-index: 3;
  color: #222;
  background-color: #c10b0b;
  border-color: #c10b0b;
}

.page-link
{
  color:#222!important;
}

@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: none;
    }

    .navbar .nav-item:hover .nav-link {}

    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }

    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }
}

@media all and (max-width: 768px) {

    .call-action {
        flex-direction: column;
    }

    .call-content h3 {
        font-size: 23px;
    }

    .call-act {
        text-align: center;
    }


    .call-content {
        margin-bottom: 29px;
    }

    .top-bar {
        display: none;
    }

    .product-box {
        margin-bottom: 20px;
    }

    .fact-box {
        margin-bottom: 20px;
    }

    .about-content h1 {
        font-size: 22px;
    }

    .desktop-header {
        display: none;
    }

    .mobile-header {
        display: block;
        border-top: 3px solid #c10b0b;
    }

    ul.header-right {
        display: flex;
        justify-content: center;
    }

    ul.header-right li a i {
        color: #fff;
    }

    .cart-text h3 {
        color: #fff;
    }

    .cart-text h3 small {
        color: #fff;
    }

    .main-menu {
        padding-bottom: 0px;
    }

    .navbar-light .navbar-toggler {
        background: #fff;
        padding: 2px 6px;
    }

    .about-bg2 {
        height: 400px;
    }

    .about-content {
        margin-bottom: 50px;
    }

    ul.social-media {
        margin-bottom: 20px;
    }

    .banner-txt {
        top: 0;
    }

    .banner-txt h5 {
        font-size: 2rem;
    }

    .banner-txt p {
        display: none;
    }

    .banner-txt a {
        font-size: 0.8rem;
    }

    .enquiry-form {
        padding: 30px;
    }


}

/* Chetan Kumar */
ul.features-status {
    padding-left: 0px;
    list-style: none;
    margin-top: 13px;
    background: #d7d2d2;
    padding: 10px 20px;
    border-radius: 10px;
}

ul.features-status li {
    padding: 6px 0px;
    font-size: 0.9rem;
    border-bottom: 1px solid #ece8e8;
    margin-bottom: 0px;
}

ul.features-status li label {
    min-width: 115px;
    margin-bottom: 0px;
    font-weight: 500;
}

ul.features-status li span {
    color: green;
}

/*=========================================================
  08 -> PRODUCT DETAILS PAGE
===========================================================*/

/*----------------------------*\
  Product view
\*----------------------------*/

#product-main-img .slick-prev {
    -webkit-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
    left: 15px;
}

#product-main-img .slick-next {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
    right: 15px;
}

#product-main-img .slick-prev,
#product-main-img .slick-next {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

#product-main-img:hover .slick-prev,
#product-main-img:hover .slick-next {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
    visibility: visible;
}

#product-main-img .zoomImg {
    background-color: #FFF;
}

#product-imgs .product-preview {
    margin: 5px 5px;
    border: 1px solid white;
    width: 100px !important;
}





#product-imgs .product-preview.slick-current {
    border-color: #D10024;
}

#product-imgs .slick-prev {
    top: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#product-imgs .slick-next {
    top: calc(100% - 20px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#product-imgs .slick-prev:before {
    content: "\f106";
}

#product-imgs .slick-next:before {
    content: "\f107";
}

.product-preview img {
  width: 100%;
  border: 1px solid #eee;
  border-radius: 8px;
}

.detail-page .col-md-1 {
  padding: 0;
}

#product-imgs .product-preview.slick-current
{
  border:none!important;
}

div#product-imgs img {
  width: 70px;
  height: 70px;
}
.slick-list.draggable {
  height: auto !important;
}

